Search
BinaryContext.WriteInt Method
See Also
 






Writes the specified integer to the underlying stream.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void WriteInt (
    Nullable<Int32> value
)

Visual Basic  Copy Code

Public Sub WriteInt( _
    value As Nullable(Of Int32) _
)

 Parameters

value

The integer to write.

 See Also